我的c盘空间缩小了````

来源:百度知道 编辑:UC知道 时间:2024/05/16 09:54:32
帮帮我啊。。。我的c盘空间天天都在变少5天之内缩小了4G,怎么办啊,超级兔子也用了不行,删除了垃圾文件也不行,,没用的都删了还是不行,,我该怎么办啊?????????????????????

首先有很多原因造成你C盘空间不足,例如WINDOWS的临时文件,或者是中病毒,或者是C盘本身预留空间就很少,也可能是虚拟内存设置不当。

对于WINDOWS临时文件的处理方法。我给你一个程序。
你新建一个记事本文件,打开,在里面输入:
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系